net/http.persistConn.alt (field)
17 uses
net/http (current package)
clientconn.go#L181: if pconn.alt != nil {
clientconn.go#L184: gc, ok := pconn.alt.(genericClientConn)
transport.go#L700: if pconn.alt != nil {
transport.go#L702: resp, err = pconn.alt.RoundTrip(req)
transport.go#L707: if pconn.alt != nil {
transport.go#L1093: if pconn.alt != nil && t.idleLRU.m[pconn] != nil {
transport.go#L1104: if pconn.alt == nil {
transport.go#L1160: if t.IdleConnTimeout > 0 && pconn.alt == nil {
transport.go#L1227: if pconn.alt != nil {
transport.go#L1407: if pc != nil && pc.alt == nil {
transport.go#L1556: if r.pc != nil && r.pc.alt == nil && trace != nil && trace.GotConn != nil {
transport.go#L1650: if err == nil && (!delivered || pc.alt != nil) {
transport.go#L1964: return &persistConn{t: t, cacheKey: pconn.cacheKey, alt: alt, isClientConn: true}, nil
transport.go#L1977: return &persistConn{t: t, cacheKey: pconn.cacheKey, alt: alt}, nil
transport.go#L1987: return &persistConn{t: t, cacheKey: pconn.cacheKey, alt: alt}, nil
transport.go#L2119: alt RoundTripper
transport.go#L3001: if pc.alt == nil {
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |